object FormConfigSpam: TFormConfigSpam Left = 306 Top = 168 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Configuraci�n de la protecci�n anti-spam' ClientHeight = 370 ClientWidth = 444 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PlaGroupBox1: TPlaGroupBox Left = 14 Top = 11 Width = 416 Height = 300 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 13977088 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Caption = 'Lista de remitentes de confianza' TabOrder = 0 object ImageConexiones: TImage Left = 10 Top = 22 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object Label1: TLabel Left = 57 Top = 22 Width = 344 Height = 26 Caption = 'Permite definir una lista de direcciones de correo y/o dominios ' + 'cuyos mensajes no ser�n analizados en busca de Spam.' Constraints.MinWidth = 344 WordWrap = True end object Label2: TLabel Left = 258 Top = 55 Width = 129 Height = 13 Caption = 'Nueva direcci�n o dominio:' end object Image1: TImage Left = 10 Top = 190 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object Label3: TLabel Left = 57 Top = 192 Width = 344 Height = 26 Caption = 'Indica la acci�n a realizar con los remitentes de los mensajes q' + 'ue clasifiques como "No Spam".' Constraints.MinWidth = 344 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False WordWrap = True end object PLConfianza: TPlaListBox Left = 57 Top = 57 Width = 190 Height = 90 TabOrder = 0 OnClick = PLConfianzaClick end object EConfianza: TPlaEdit Left = 258 Top = 71 Width = 146 Height = 21 TabOrder = 1 Transparent = False OnChange = EConfianzaChange end object BAnyadir: TPlaButton Left = 258 Top = 99 Width = 81 Height = 21 Caption = 'A�adir' Enabled = False TabOrder = 2 OnClick = BAnyadirClick end object BEliminar: TPlaButton Left = 258 Top = 126 Width = 81 Height = 21 Caption = 'Eliminar' Enabled = False TabOrder = 3 OnClick = BEliminarClick end object BImportarLibreta: TPlaButton Left = 57 Top = 158 Width = 190 Height = 21 Caption = 'Importar libreta de direcciones' TabOrder = 4 OnClick = BImportarLibretaClick end object RBIncSiempre: TPlaRadioButton Left = 57 Top = 238 Width = 272 Height = 16 Caption = 'A�adirlos autom�ticamente a remitentes de confianza' TabOrder = 5 TabStop = False end object RBPreguntar: TPlaRadioButton Left = 57 Top = 256 Width = 135 Height = 16 Caption = 'Preguntar en cada caso' TabOrder = 6 Checked = True end object RBNoIncluir: TPlaRadioButton Left = 57 Top = 274 Width = 113 Height = 16 Caption = 'No a�adirlos nunca' TabOrder = 7 TabStop = False end end object BAceptar: TPlaButton Tag = 2200 Left = 276 Top = 336 Width = 73 Height = 21 Caption = '&Aceptar' TabOrder = 1 OnClick = BAceptarClick Default = True end object BCancel: TPlaButton Tag = 2400 Left = 357 Top = 336 Width = 73 Height = 21 Caption = '&Cancelar' TabOrder = 2 TabStop = False Cancel = True ModalResult = 2 end end